8317394b6cf45719a83fd5ae8722233acd310cdf,hawkular-wildfly-agent-itest-parent/hawkular-wildfly-agent-all-itests/hawkular-wildfly-agent-domain-itest/src/test/java/org/hawkular/wildfly/agent/installer/DomainDeployApplicationITest.java,DomainDeployApplicationITest,testRemoveDeploymentViaExecOp,#,204

Before Change



        WildFlyClientConfig clientConfig = getPlainWildFlyClientConfig();
        CanonicalPath wfPath = getHostController(clientConfig);
        final String deploymentName = getTestApplicationFile().getName();
        Resource deployment = getResource("/traversal/f;" + clientConfig.getFeedId() + "/type=rt;"
                + "id=Deployment/rl;defines/type=r",
                (r -> r.getId().endsWith("=" + deploymentName)));

After Change


        }

        CanonicalPath wfPath = getHostController(clientConfig);
        File applicationFile = getTestApplicationFile();
        final String deploymentName = applicationFile.getName();

        String req = "DisableApplicationRequest={\"authentication\":" + authentication + ", "
                + "\"resourcePath\":\"" + wfPath.toString() + "\","